home *** CD-ROM | disk | FTP | other *** search
- #!/bin/bash
-
- echo "Attempting to autoconfigure Kismet"
- echo "Running /usr/local/sbin/monitor"
- monitor
- echo _"If it failed, you can edit the /etc/kismet.conf and figure"
- read -t 5 -p "out the right capure source as they are listed" toto
- kismet_server &
- gkismet 127.0.0.1
-